home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / ver5 / ver5.doc next >
Text File  |  1996-07-10  |  1KB  |  39 lines

  1. VERS.SYS * Version 1.0 * Release Date: 04-05-93
  2. Forces DOS version number to 5.0
  3. Copyright 1992-93 by Marc Perkel * All Rights Reserved
  4. Computer Tyme * 411 North Sherman, Suite 300
  5. Springfield, Mo. 65802 * USA * 417-866-1222
  6.  
  7. This program is a work around to fix an incompatibility between MS-DOS 6
  8. and Novell's NETX shells.
  9.  
  10. Until NETX likes DOS 6 this will fake it out. Use at your own risk. This
  11. seems to work for me but who knows.
  12.  
  13. Usage:
  14.   DEVICE = VER5.SYS
  15.  
  16. Add the above line to your CONFIG.SYS file. The device driver only takes
  17. about 300 bytes of ram.
  18.  
  19. This driver is turned on and off by writing a 1 or 0 to the file
  20. VERSION$.
  21.  
  22. In your AUTOEXEC.BAT do this:
  23.  
  24. ECHO 1 > VERSION$     (to turn it on)
  25. NETX
  26. ECHO 0 > VERSION$     (to turn it off)
  27.  
  28. ===========================================================
  29.  
  30. Paying the price:
  31.  
  32. This is a free program. Just remember me when you're looking for other
  33. software that I sell like MarxMenu, Network Survival Kit, and Dos
  34. ToolBox.
  35.  
  36. CIS ID 71333,427 or GO COMPTYME section 3
  37. My BBS # is 417-866-1665
  38.  
  39.